Interface Process

All Superinterfaces:
IPCObject
All Known Subinterfaces:
AaaProcess, ACLProcess, ACLv6Process, AcsServerProcess, ARPProcess, AsaAclProcess, AsaAclv6Process, AsaNatProcess, AsaNatv6Process, BbaGroupManager, BluetoothManager, BnepProcess, BVIManager, CableSignaling, CbacProcess, CDPProcess, CHAPProcess, CloudPotsPort, CloudSerialPort, CMEProcess, ConsolePort, CustomBluetoothProcess, CustomIO, CustomTcpProcess, CustomUdpProcess, DHCPClientProcess, DHCPServerMainProcess, DHCPServerProcess, DHCPv6ClientProcess, DHCPv6MainProcess, DHCPv6ServerMainProcess, DHCPv6ServerProcess, DNSClient, DNSServerProcess, DslSignaling, EapolClientMainProcess, EapolClientProcess, EapolServerMainProcess, EapolServerProcess, EapolWirelessServerMainProcess, EapolWirelessServerProcess, EasyVpnClient, EIGRPMainProcess, EIGRPProcess, EmailServer, FileManager, FirewallProcess, Firewallv6Process, FrameRelayProcess, FRSubInterface, FTPServer, HostIp, HostIpv6, HostPort, HTTPBackgroundClient, HTTPBackgroundClientManager, HTTPClient, HTTPServer, HTTPsServer, ICMPProcess, IkeProcess, IoeClientProcess, IoEComponent, IoeServerProcess, IPCPProcess, IPsecProcess, IPsProcess, IPV6IpProcess, IsatapClient, L2NatProcess, LCPProcess, LMISignaling, LoopbackManager, MACSwitch, MerakiCloudController, MerakiSACommunicator, NATProcess, NdProcess, NetflowProcess, Netflowv6Process, NFCollectorProcess, NFExporter, NtpPTProcess, NtpServerProcess, OSPFMainProcess, OSPFProcess, PAPProcess, ParserViewManager, PhoneSignaling, PingProcess, Pop3Client, Pop3Server, Port, PortKeepAliveProcess, PortSecurity, PPPoeClient, PPPoeProcessManager, PPPProcess, PrivilegeManager, PtpProcess, RadiusClientProcess, RadiusServerProcess, RepProcess, RIPProcess, RoutedSwitchPort, RouterPort, RoutingProcess, RoutingProcessv6, RoutingProtocol, SmtpClient, SmtpServer, SnmpAgent, SshServerProcess, STPMainProcess, STPProcess, SwitchPort, SyslogServer, TacacsClientProcess, TacacsServerProcess, TcpProcess, TelnetClientProcess, TelnetServerProcess, TFTPServer, TraceRouteProcess, UdpProcess, UsbController, UsbPort, VirtualTemplateInterface, VirtualTemplateManager, VLANManager, VTPProcess, WEPProcess, WirelessClientProcess, WirelessCommon, WirelessServerProcess, WPAProcess, ZfwProcess
All Known Implementing Classes:
AaaProcessImpl, ACLProcessImpl, ACLv6ProcessImpl, AcsServerProcessImpl, ARPProcessImpl, AsaAclProcessImpl, AsaAclv6ProcessImpl, AsaNatProcessImpl, AsaNatv6ProcessImpl, BbaGroupManagerImpl, BluetoothManagerImpl, BnepProcessImpl, BVIManagerImpl, CableSignalingImpl, CbacProcessImpl, CDPProcessImpl, CHAPProcessImpl, CloudPotsPortImpl, CloudSerialPortImpl, CMEProcessImpl, ConsolePortImpl, CustomBluetoothProcessImpl, CustomIOImpl, CustomTcpProcessImpl, CustomUdpProcessImpl, DHCPClientProcessImpl, DHCPServerMainProcessImpl, DHCPServerProcessImpl, DHCPv6ClientProcessImpl, DHCPv6MainProcessImpl, DHCPv6ServerMainProcessImpl, DHCPv6ServerProcessImpl, DNSClientImpl, DNSServerProcessImpl, DslSignalingImpl, EapolClientMainProcessImpl, EapolClientProcessImpl, EapolServerMainProcessImpl, EapolServerProcessImpl, EapolWirelessServerMainProcessImpl, EapolWirelessServerProcessImpl, EasyVpnClientImpl, EIGRPMainProcessImpl, EIGRPProcessImpl, EmailServerImpl, FileManagerImpl, FirewallProcessImpl, Firewallv6ProcessImpl, FrameRelayProcessImpl, FRSubInterfaceImpl, FTPServerImpl, HostIpImpl, HostIpv6Impl, HostPortImpl, HTTPBackgroundClientImpl, HTTPBackgroundClientManagerImpl, HTTPClientImpl, HTTPServerImpl, HTTPsServerImpl, ICMPProcessImpl, IkeProcessImpl, IoeClientProcessImpl, IoEComponentImpl, IoeServerProcessImpl, IPCPProcessImpl, IPsecProcessImpl, IPsProcessImpl, IPV6IpProcessImpl, IsatapClientImpl, L2NatProcessImpl, LCPProcessImpl, LMISignalingImpl, LoopbackManagerImpl, MACSwitchImpl, MerakiCloudControllerImpl, MerakiSACommunicatorImpl, NATProcessImpl, NdProcessImpl, NetflowProcessImpl, Netflowv6ProcessImpl, NFCollectorProcessImpl, NFExporterImpl, NtpPTProcessImpl, NtpServerProcessImpl, OSPFMainProcessImpl, OSPFProcessImpl, PAPProcessImpl, ParserViewManagerImpl, PhoneSignalingImpl, PingProcessImpl, Pop3ClientImpl, Pop3ServerImpl, PortImpl, PortKeepAliveProcessImpl, PortSecurityImpl, PPPoeClientImpl, PPPoeProcessManagerImpl, PPPProcessImpl, PrivilegeManagerImpl, ProcessImpl, PtpProcessImpl, RadiusClientProcessImpl, RadiusServerProcessImpl, RepProcessImpl, RIPProcessImpl, RoutedSwitchPortImpl, RouterPortImpl, RoutingProcessImpl, RoutingProcessv6Impl, RoutingProtocolImpl, SmtpClientImpl, SmtpServerImpl, SnmpAgentImpl, SshServerProcessImpl, STPMainProcessImpl, STPProcessImpl, SwitchPortImpl, SyslogServerImpl, TacacsClientProcessImpl, TacacsServerProcessImpl, TcpProcessImpl, TelnetClientProcessImpl, TelnetServerProcessImpl, TFTPServerImpl, TraceRouteProcessImpl, UdpProcessImpl, UsbControllerImpl, UsbPortImpl, VirtualTemplateInterfaceImpl, VirtualTemplateManagerImpl, VLANManagerImpl, VTPProcessImpl, WEPProcessImpl, WirelessClientProcessImpl, WirelessCommonImpl, WirelessServerProcessImpl, WPAProcessImpl, ZfwProcessImpl

public interface Process extends IPCObject
Information provided by the PKI file:

    \class Process
    
    \brief Process is the base class for all device processes.
    
    \example network().getDevice().getProcess("AclProcess")
    
Author:
Auto-generated
  • Method Details

    • getOwnerDevice

      Device getOwnerDevice()
      Information provided by the PKI file:
      
          \brief Returns the device for this process.
          
          \return Device, the Device object.
          
              
      Returns:
      Device Returns a Device